setRoundedCorner

@NonNull
open fun setRoundedCorner(position: Int, @Nullable roundedCorner: @Nullable RoundedCornerCompat): @NonNull WindowInsetsCompat.Builder(source)

Sets the rounded corner of given position.

Return

itself

Parameters

position

the position of this rounded corner

roundedCorner

the rounded corner or null if there is none

See also